From: Ian Campbell Date: Fri, 30 Mar 2007 16:33:31 +0000 (+0100) Subject: [LINUX] Explcitly include linux/mutex.h in files which use mutexes, rather then X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15271^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=ea1303c633650b025ab28fc998fd0859c5fe465c;p=xen.git [LINUX] Explcitly include linux/mutex.h in files which use mutexes, rather then relying on an include via some other header. Signed-off-by: Ian Campbell --- diff --git a/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c b/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c index 22dd026fee..39f6e24524 100644 --- a/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c +++ b/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c @@ -43,6 +43,7 @@ #include #include #include +#include #include #include #include diff --git a/linux-2.6-xen-sparse/drivers/xen/evtchn/evtchn.c b/linux-2.6-xen-sparse/drivers/xen/evtchn/evtchn.c index 4187fa5195..90f618da62 100644 --- a/linux-2.6-xen-sparse/drivers/xen/evtchn/evtchn.c +++ b/linux-2.6-xen-sparse/drivers/xen/evtchn/evtchn.c @@ -47,6 +47,7 @@ #include #include #include +#include #include #include